home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / MODEM.DOC < prev    next >
Text File  |  1992-04-02  |  3KB  |  100 lines

  1. Users
  2. -----
  3.  
  4. For someone to be able to use the modem port, you MUST have given them a
  5. password.  Do an EU and use W to set the password.  The user can change
  6. it using the NP command over the modem port.
  7.  
  8. Modem Settings
  9. --------------
  10.  
  11. The default settings are:  'T E0 V1 X1 Q0 S7=60 S0=0'
  12.  
  13. Do not change E0, Q0, V1, X1, or S0.  All other settings are fair game.
  14. You can make any changes automatic by putting them in the
  15. INITIALIZE_FILE (see PARMS.DOC)
  16.  
  17. Modem switches
  18. --------------
  19.  
  20. You should set your modem to hangup and enter command mode when DTR goes
  21. low.  On older modems, this is a hardware switch.  On newer modems, it
  22. is a software switch (ATSxx=y type).
  23.  
  24. Some users have reported intermittent crashes during initialization with
  25. certain modems.  A suggested fix is to
  26.  
  27.     ECHO AT&C1&D2 > COMx
  28.  
  29. before bringing up the BBS.  The above line can be put in a BAT file.
  30. Substitute a real com number for the "x" above.  This fix will only work
  31. with COM1 and COM2.
  32.  
  33. User settings
  34. -------------
  35.  
  36. Recommended user setting for their terminal programs are:
  37.  
  38.      - Half duplex or Echo on -- Program must supply echo of what is being
  39.        typed.
  40.  
  41. Forwarding
  42. ----------
  43.  
  44. A typical forwarding script might be:
  45.  
  46.  
  47. PATH AA6 B AA4RE
  48. CT*70,8483865
  49. R*call sign*
  50. SAA4RE
  51. R*password
  52. SMYPASS
  53.  
  54. Note that this represents a change from previous versions.  The CONNECT
  55. message is now taken care of by the code.  The system will also change
  56. speed based on the connect message.
  57.  
  58. High speed modems
  59. -----------------
  60.  
  61. I have test the BBS with a Telebit T2500 9600bps V.32, V.42bis modem
  62. with good results.  Pointers are:
  63.  
  64.     1) I locked the speed of the interface between the modem and the
  65.     computer.  I also set the "lock_modem_speed" variable to yes in
  66.     PARMS.BB.  This allows the modem to make whatever speed changes it wants
  67.     without have to keep resetting the speed in the BBS.
  68.  
  69.     2) If you have an modem with error recovery or with compression, you
  70.     will probably need to set HARDWARE HANDSHAKING on in MBBIOS for the
  71.     modem port.  See MBBIOS documentation on how to do this.  Hint:  Its an
  72.     item on port definition panel.
  73.  
  74.     3) When connecting to a Non-MNP modem, an MNP modem will try to
  75.     negotiate an MNP session.  This shows a garbage characters sent to the
  76.     distant (non-MNP) end.  You may have to change your forwarding scripts
  77.     to handle this.  Usually you can fix this by adding the following after
  78.     the connect line:
  79.  
  80.         R*
  81.         S
  82.  
  83. Remember that all 9600 bps modems are not created equal.  There are
  84. multiple implementations and none of them work with each other.  The two
  85. most popular are HST and V.32.  V.32 is a CCITT standard for 9600 bps.
  86.  
  87. *** Warning *** Slow computers and some fast ones will get overruns at
  88. 9600 bps.  An overrun is when the line is delivering data to the
  89. computer faster than the computer can handle.  This can be helped by
  90. acquiring a serial port or modem card that has a 16550A chip in it
  91. rather than the 8250 or 16450.  The 16550A is plug compatible with the
  92. older chips and includes a 16-byte buffer.  You can purchase them for
  93. about $10.
  94.  
  95. Cabling
  96. -------
  97.  
  98. The following control lines are used on the modem cable:  RTS, CTS, DCD,
  99. DTR, DSR.  Your RS-232 cable must have all of these.
  100.